Autogenerated HTML docs for v2.9.1-273-g79ed4 
diff --git a/git-update-index.txt b/git-update-index.txt index c6cbed1..7386c93 100644 --- a/git-update-index.txt +++ b/git-update-index.txt 
@@ -102,7 +102,7 @@  you will need to handle the situation manually.    --really-refresh:: -	Like '--refresh', but checks stat information unconditionally, +	Like `--refresh`, but checks stat information unconditionally, 	without regard to the "assume unchanged" setting.    --[no-]skip-worktree:: @@ -211,7 +211,7 @@    Using --refresh  --------------- -'--refresh' does not calculate a new sha1 file or bring the index +`--refresh` does not calculate a new sha1 file or bring the index  up-to-date for mode/content changes. But what it *does* do is to  "re-match" the stat information of a file with the index, so that you  can refresh the index for a file that hasn't been changed but where @@ -222,7 +222,7 @@    Using --cacheinfo or --info-only  -------------------------------- -'--cacheinfo' is used to register a file that is not in the +`--cacheinfo` is used to register a file that is not in the  current working directory. This is useful for minimum-checkout  merging.   @@ -232,12 +232,12 @@  $ git update-index --cacheinfo <mode>,<sha1>,<path>  ----------------   -'--info-only' is used to register files without placing them in the object +`--info-only` is used to register files without placing them in the object  database. This is useful for status-only repositories.   -Both '--cacheinfo' and '--info-only' behave similarly: the index is updated -but the object database isn't. '--cacheinfo' is useful when the object is -in the database but the file isn't available locally. '--info-only' is +Both `--cacheinfo` and `--info-only` behave similarly: the index is updated +but the object database isn't. `--cacheinfo` is useful when the object is +in the database but the file isn't available locally. `--info-only` is  useful when the file is available, but you do not wish to update the  object database.